home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / wp / tppspell.lha / tppspell / TPPSpell.doc < prev    next >
Encoding:
Text File  |  1994-11-20  |  2.2 KB  |  73 lines

  1. -----------------------------------------------------------------------------
  2.                                 TPPSpell
  3.  
  4.    Ein AreXX Makro zur Implementierung einer Rechtschreibkorrektur
  5.                         unter TextPlusProfessional
  6.  
  7.    (c) 05.11.1994 Michael Bock, Vorwärtsstraße 5, D-44139 Dortmund
  8.                    email: ckun11@ux2.hrz.uni-dortmund.de
  9.  
  10. -----------------------------------------------------------------------------
  11.  
  12. Disclaimer
  13.  
  14.  
  15.   TPPSpell is a Giftware product. This means that it can be used, copied
  16.   and distributed freely, provided that:
  17.  
  18.   - No fee is charged for copying and distribution.
  19.   - It is distributed ONLY in its original archive.
  20.   - This document is copied along with the program.
  21.  
  22.   This program is provided "as is" without warranty of any kind. The entier
  23.   risk of using it is to the user himself. In no event I (the author) will
  24.   be liable for direct or indirect damage, loss of data or criminal actions
  25.   done due to the use of this program. If you do not agree with this, you
  26.   may not use this program.
  27.  
  28.   - I strongly recommand that is illegal to publish this archive on disks
  29.     that are spread together with publications or on coverdisks. If you would
  30.     like to do so, you need my permission.
  31.  
  32.  
  33. ------------------------------------------------------------------------------
  34.  
  35. This AreXX macro gives you the chance to have spell checking in TPP
  36. by using ISPELL.
  37.  
  38. You need :
  39.  
  40. · Text Plus Professional 5.X
  41. · Ispell3.3LJR or higher with AREXX Port
  42. · AreXX
  43.  
  44. Installation
  45.  
  46. · Install TPP
  47. · Install Ispell
  48. · Copy tppspell.rexx to rexx:
  49. · Create a new menuitem with the menu editor (Arexx Macro)
  50. · Start ISpell using ISpell -r command.
  51.  
  52.  
  53. The script
  54.  
  55. Words beginning with /, $ or TeX are skipped.
  56.  
  57. If a word will not be found in the dictionary a requester appears. If you do
  58. not like to change this word just press enter. But if you want to change it,
  59. correct the word an press return as well.
  60.  
  61. By pressing the abort button you will be questioned if the spell-checker
  62. should learn that word. Confirming will do so, pressing abort will
  63. leave the checker.
  64.  
  65. This distribution contains a GERMAN hashfile, so that's nothing
  66. for you English speaking folks.
  67.  
  68. Please mail your comments and bug reports right now to me
  69.  
  70.  
  71. Have fun ...
  72.  
  73.